Skip to content

Fix deprecated class paths (haxe 4)#36

Open
tobil4sk wants to merge 1 commit intoabedev:masterfrom
tobil4sk:haxe4-warnings
Open

Fix deprecated class paths (haxe 4)#36
tobil4sk wants to merge 1 commit intoabedev:masterfrom
tobil4sk:haxe4-warnings

Conversation

@tobil4sk
Copy link
Copy Markdown

@tobil4sk tobil4sk commented Mar 14, 2021

For haxe 4:
js.Error -> js.lib.Error
js.RegExp -> js.lib.RegExp

Uses conditional compilation so should still work with older versions
of haxe

Closes #32

js.Error -> js.lib.Error
js.RegExp -> js.lib.RegExp

Uses conditional compilation so should still work in older versions
of haxe
@tobil4sk tobil4sk changed the title Fix deprecated class paths (haxe 4) #32 Fix deprecated class paths (haxe 4) Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

haxe 4 deprecated js.Error

1 participant